home *** CD-ROM | disk | FTP | other *** search
- class Messages {
- public static final int WM_USER = 2000;
- public static final int WM_DO_EVENT = 2001;
- public static final int WM_DO_ACTION = 2002;
- public static final int WM_DO_RESPONSE = 2003;
- public static final int WM_ODBC_NO_DATA = 2010;
- public static final int WM_MOVE_COMPLETE = 2011;
- public static final int WM_EXT_APP_CLOSED = 2012;
- public static final int WM_LBUTTONDBLCLK = 2021;
- public static final int WM_LBUTTONDOWN = 2022;
- public static final int WM_LBUTTONUP = 2023;
- public static final int WM_RBUTTONDBLCLK = 2024;
- public static final int WM_RBUTTONDOWN = 2025;
- public static final int WM_RBUTTONUP = 2026;
- public static final int WM_TIMER = 2027;
- public static final int WM_KILL_ANIMS = 2028;
- public static final int MM_MCINOTIFY = 2029;
- public static final int MCI_NOTIFY_SUCCESSFUL = 2030;
- public static final int WM_FTP_COMPLETE = 2031;
- public static final int WM_HTML_COMPLETE = 2032;
- public static final int WM_COURSE_SUB_RUN = 2033;
- }
-